projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8991bb3
)
(x_make_frame_visible): Give dummy arg to
author
Kenichi Handa
<handa@m17n.org>
Thu, 27 Nov 1997 08:32:40 +0000
(08:32 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 27 Nov 1997 08:32:40 +0000
(08:32 +0000)
input_poll_signal.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 5893fc8e84c0dde374cd0b941ac5f9258a06ade8..b772b4974b076f07848fb27697bd1e72ef367fb5 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5846,7
+5846,7
@@
x_make_frame_visible (f)
/* It could be confusing if a real alarm arrives while processing
the fake one. Turn it off and let the handler reset it. */
alarm (0);
- input_poll_signal ();
+ input_poll_signal (
0
);
}
/* Once we have handled input events,
we should have received the MapNotify if one is coming.